Rmisc/[tmp]convert.t.to.r.R

#' @export
convert.t.to.r <- function(t, n) {
  return(t / (sqrt(n-2+t^2)));
}
wviechtb/escalc documentation built on Jan. 9, 2020, 4:14 p.m.